xcGauge Pro Property Help Version 1
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the background color of the control. |
Example: | object.xcBackGroundColor = RGB(255,255,255) |
Data Type: | Boolean |
Description: | Return or set whether the control's background is opaque or transparent. |
Example: | object.xcBackGroundTransparent = False |
Data Type: | String |
Description: | Return or set the caption for the control. |
Example: | object.xcCaption = "xcGauge" |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the color of the caption. |
Example: | object.xcCaptionColor = RGB(255,0,0) |
Data Type: | Font Object |
Description: | Return or set the font of the caption. |
Example: | object.xcCaptionFont = "MS Sans Serif" |
Data Type: | Integer |
Description: | Return or set the y-coordinate or height of the caption centre to the gauge. |
Example: | object.xcCaptionHeight = 110 |
Data Type: | Boolean |
Description: | Return or set whether the caption is visible on the gauge. |
Example: | object.xcCaptionVisible = False |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the centre color of the gauge. |
Example: | object.xcCentreColor = RGB(255,255,255) |
Data Type: | Integer |
Description: | Return or set the type of graphical gauge that is visible to the user. |
Example: | object.xcGaugeType = 0 or Type01 |
xcLimitAColor |
|
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the limit color for the gauge control. |
Example: | object.xcLimitAColor = RGB(255,0,0) object.xcLimitBColor = RGB(0,255,0) object.xcLimitCColor = RGB(0,0,255) |
xcLimitAEnable |
|
Data Type: | Single |
Description: | Return or set whether or not the limit is visible on the gauge control. |
Example: | object.xcLimitAEnabled = True object.xcLimitBEnabled = False object.xcLimitCEnabled = False |
xcLimitAInnerRadius |
|
Data Type: | Single |
Description: | Return or set the inner radius of the color limits. The closer the value is to zero, the closer the limits inner radius is to the centre of the gauge. |
Example: | object.xcLimitAInnerRadius = 0.55 object.xcLimitBInnerRadius = 0.65 object.xcLimitCInnerRadius = 0.75 |
xcLimitAOuterRadius |
|
Data Type: | Single |
Description: | Return or set the outer radius of the color limits. The closer the value is to zero, the closer the limits outer radius is to the centre of the gauge. |
Example: | object.xcLimitAOuterRadius = 0.95 object.xcLimitBOuterRadius = 0.85 object.xcLimitCOuterRadius = 0.75 |
xcLimitAStart |
|
Data Type: | Single |
Description: | Return or set the starting point of the limit on the scale where the limit will begin. |
Example: | object.xcLimitAStart = 10 object.xcLimitBStart = 30 object.xcLimitCStart = 50 |
xcLimitAStop |
|
Data Type: | Single |
Description: | Return or set the stopping point of the limit on the scale where the limit will end. |
Example: | object.xcLimitAStop = 30 object.xcLimitBStop = 50 object.xcLimitCStop = 70 |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the color of the major tic marks. |
Example: | object.xcMajorTicColor = RGB(0,0,0) |
Data Type: | Integer |
Description: | Return or set the number of tics which divide up the scale xcMin and xcMax |
Example: | object.xcMajorTicCount = 10 |
Data Type: | Boolean |
Description: | Return or set whether or not the tic marks are visible. |
Example: | object.xcMajorTicEnabled = True (visible) object.xcMajorTicEnabled = False (not visible) |
abc | |
Data Type: | Single |
Description: | Return or set the inner radius of the major tic marks. The closer the value is to zero, the closer the inner point of the tic mark is to the centre of the gauge. |
Example: | object.xcMajorTicInnerRadius = 0.65 |
Data Type: | Single |
Description: | Return or set the outer radius of the major tic marks. The closer the value is to zero, the closer the outer point of the tic mark is to the centre of the gauge. |
Example: | object.xcMajorTicOuterRadius = 0..9 |
Data Type: | Integer |
Description: | Return or set the thickness of the major tic marks. |
Example: | object.xcMajorWidth = 1 |
Data Type: | Single |
Description: | Return or set the maximum scale value of the gauge. |
Example: | object.xcMax = 100 |
Data Type: | Single |
Description: | Return or set the minimum scale value of the gauge. |
Example: | object.xcMin = 0 |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the color of the minor tic marks. |
Example: | object.xcMinorTicColor = RGB(0,0,0) |
Data Type: | Integer |
Description: | Return or set the number of tics which divide up the scale xcMin and xcMax |
object.xcMinorTicCount = 10 |
abc | |
Data Type: | Boolean |
Description: | Return or set whether or not the tic marks are visible. |
Example: | object.xcMinorTicEnabled = True (visible) object.xcMinorTicEnabled = False (not visible) |
abc | |
Data Type: | Single |
Description: | Return or set the inner radius of the minor tic marks. The closer the value is to zero, the closer the inner point of the tic mark is to the centre of the gauge. |
Example: | object.xcMinorTicInnerRadius = 0.65 |
abc | |
Data Type: | Single |
Description: | Return or set the outer radius of the minor tic marks. The closer the value is to zero, the closer the outer point of the tic mark is to the centre of the gauge. |
Example: | object.xcMinorTicOuterRadius = 0..9 |
Data Type: | Integer |
Description: | Return or set the thickness of the minor tick marks in pixels. |
Example: | object.xcMinorWidth = 1 |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the color of the needle |
Example: | object.xcNeedleColor = RGB(0,0,255) |
Data Type: | Integer |
Description: | Return or set the thickness of the needle in pixels |
Example: | object.xcNeedleWidth = 1 |
Data Type: | Integer |
Description: | Return or set the start point
in degrees where xcMin will start Remarks: |
Example: | object.xcScaleOffsetStart = 90 |
Data Type: | Integer |
Description: | Return or set the stop point in
degree's where xcMax will stop. Remarks: The ZERO degree orientation is located at SIX HUNDRED HOURS standard time. The default rotation for the scale moves in a CLOCKWISE rotation. |
Example: | object.xcScaleOffsetStop = 270 |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or set the color of the tic label text. |
Example: | object.xcTicLabelColor = RGB(0,0,0) |
Data Type: | Integer |
Description: | Return or set the number of tic labels that will divide up xcMin and xcMax |
Example: | object.xcTicLabelCount = 10 |
Data Type: | Boolean |
Description: | Return or set whether or not the tic labels are visible on the gauge control. |
Example: | object.xcTicLabelEnabled= True
(visible) object.xcTicLabelEnabled = False (not visible) |
Data Type: | Font |
Description: | Return or set the font of the tic labels. |
Example: | object.xcTicLabelFont = "MS Sans Serif" |
Data Type: | Single |
Description: | Return or set the inner radius of the tic labels. The closer the value is to zero, the closer the tic labels are to the centre of the gauge. |
Example: | object.xcTicLabelInnerRadius= 0.75 |
Data Type: | Single |
Description: | Return or set the needle value for the gauge between xcMin and xcMax |
Example: | object.xcValue = 50 |